home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / text / tr.lha / Tr / src / Makefile < prev    next >
Encoding:
Makefile  |  1994-05-27  |  88 b   |  7 lines

  1. #    @(#)Makefile    8.1 (Berkeley) 6/6/93
  2.  
  3. PROG=    tr
  4. SRCS=    str.c tr.c
  5.  
  6. .include <bsd.prog.mk>
  7.